home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / powerballs.swf / scripts / frame_15 / PlaceObject2_143_12 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-12  |  371 b   |  23 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.maxrpm > 6000)
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6.    if(_root.maxrpm > 7500)
  7.    {
  8.       this.gotoAndStop(3);
  9.    }
  10.    if(_root.maxrpm > 9000)
  11.    {
  12.       this.gotoAndStop(4);
  13.    }
  14.    if(_root.maxrpm > 10500)
  15.    {
  16.       this.gotoAndStop(5);
  17.    }
  18.    if(_root.maxrpm > 12000)
  19.    {
  20.       this.gotoAndStop(6);
  21.    }
  22. }
  23.